home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / English.lproj / StyleInspector.nib / data.classes next >
Encoding:
Text File  |  1994-06-29  |  1.8 KB  |  126 lines

  1. MiscSwapView = {
  2.     ACTIONS = {
  3.     removeController:;
  4.     addController:;
  5.     swapContentView:;
  6.     };
  7.     OUTLETS = {
  8.     delegate;
  9.     trigger;
  10.     controllers;
  11.     contentView;
  12.     currentController;
  13.     contentViewsHomeView;
  14.     };
  15.     SUPERCLASS = View;
  16. };
  17. MiscSwapViewByPopUp = {
  18.     ACTIONS = {
  19.     swapContentView:;
  20.     };
  21.     OUTLETS = {
  22.     popUpCover;
  23.     };
  24.     SUPERCLASS = MiscSwapView;
  25. };
  26. FirstResponder = {
  27.     ACTIONS = {
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. MiscInspectorManager = {
  32.     ACTIONS = {
  33.     revert:;
  34.     textDidChange:;
  35.     touch:;
  36.     makeKeyAndOrderFront:;
  37.     viewWillSwap:;
  38.     ok:;
  39.     viewDidSwap:;
  40.     };
  41.     OUTLETS = {
  42.     buttonsSuperview;
  43.     notApplInspector;
  44.     window;
  45.     noSelInspector;
  46.     multiSelInspector;
  47.     selection;
  48.     revertButton;
  49.     okButton;
  50.     swapView;
  51.     inspectors;
  52.     };
  53.     SUPERCLASS = Object;
  54. };
  55. MiscMultiSelInspector = {
  56.     ACTIONS = {
  57.     };
  58.     OUTLETS = {
  59.     };
  60.     SUPERCLASS = MiscDefaultInspector;
  61. };
  62. MiscInspector = {
  63.     ACTIONS = {
  64.     touch:;
  65.     ok:;
  66.     textDidChange:;
  67.     revert:;
  68.     };
  69.     OUTLETS = {
  70.     manager;
  71.     };
  72.     SUPERCLASS = MiscSwapContentsController;
  73. };
  74. MiscSwapContentsController = {
  75.     ACTIONS = {
  76.     revert:;
  77.     ok:;
  78.     };
  79.     OUTLETS = {
  80.     trigger;
  81.     view;
  82.     swapView;
  83.     };
  84.     SUPERCLASS = Object;
  85. };
  86. StyleInspector = {
  87.     ACTIONS = {
  88.     revert:;
  89.     changeOutlinewidth:;
  90.     changeFillColor:;
  91.     changeNodeEnding:;
  92.     changeParentEnding:;
  93.     changeTextColor:;
  94.     changeOutline:;
  95.     ok:;
  96.     changeOutlineColor:;
  97.     changeForm:;
  98.     };
  99.     OUTLETS = {
  100.     outlinewidth;
  101.     nodeEnding;
  102.     fillColor;
  103.     form;
  104.     textColor;
  105.     outlineColor;
  106.     outline;
  107.     parentEnding;
  108.     };
  109.     SUPERCLASS = MiscInspector;
  110. };
  111. MiscDefaultInspector = {
  112.     ACTIONS = {
  113.     };
  114.     OUTLETS = {
  115.     controllers;
  116.     };
  117.     SUPERCLASS = MiscInspector;
  118. };
  119. MiscNoSelInspector = {
  120.     ACTIONS = {
  121.     };
  122.     OUTLETS = {
  123.     };
  124.     SUPERCLASS = MiscDefaultInspector;
  125. };
  126.